arm: Correct build with CONFIG_SYS_HUSH_PARSER set
authorSimon Kagstrom <[[email protected]]>
Thu, 1 Oct 2009 14:11:50 +0000 (19:41 +0530)
committerTom Rix <[email protected]>
Tue, 13 Oct 2009 11:17:38 +0000 (06:17 -0500)
FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.

Signed-off-by: Simon Kagstrom <[email protected]>
Signed-off-by: Prafulla Wadaskar <[email protected]>
cpu/arm926ejs/kirkwood/cpu.c

index bab5faf652e665675ee70b31abecc080abf7be6f..6fc3902580918d8448b563febe34cf7fd7629e3c 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/cache.h>
 #include <u-boot/md5.h>
 #include <asm/arch/kirkwood.h>
+#include <hush.h>
 
 #define BUFLEN 16